home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / team upcoming fixture.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.9 KB  |  41 lines

  1. <panel>
  2.  
  3.     <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  4.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  5.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  6.     
  7.     <widget class="table" id="fixt" mode="fill_rows" layout="-1,-2" stretch_to_fit_rows="true">
  8.  
  9.         <list id="headings">
  10.             <record text="Next Match[COMMENT: next match heading for team next match panel]" alignment="left,centre_y" column_span="2" />
  11.         </list>
  12.  
  13.         <list id="column_properties">
  14.             <record index="0" alignment="left,centre_y" />
  15.             <record index="1" alignment="left,centre_y" auto_size="true" spec="text" colour="selection" />
  16.         </list>
  17.  
  18.         <list id="column_display_properties">
  19.             <record indx="0" left="4" sort_disabled="true"/>
  20.             <record indx="1" right="4" sort_disabled="true"/>
  21.         </list>
  22.  
  23.         <integer id="row_count" value="6" />
  24.  
  25.         <widget class="label" text="Opponent[COMMENT: next match opponent]" row="0" column="0" />
  26.         <widget class="label" text="Competition[COMMENT: next match competition]" row="1" column="0" />
  27.         <widget class="label" text="Date[COMMENT: next match date]" row="2" column="0" />
  28.         <widget class="label" text="Venue[COMMENT: next match venue]" row="3" column="0" />
  29.         <widget class="label" text="Previous Meeting[COMMENT: next match home-team previous meeting with opponent team]" row="4" column="0" />
  30.         <widget class="label" text="Weather Forecast[COMMENT: next match weather forecast]" row="5" column="0" />
  31.         
  32.         <widget class="text" id="oppo" text="-" row="0" column="1" />
  33.         <widget class="text" id="comp" text="-" row="1" column="1" />
  34.         <widget class="text" id="date" text="-" row="2" column="1" />
  35.         <widget class="text" id="venu" text="-" row="3" column="1" />
  36.         <widget class="text" id="prev" text="-" row="4" column="1" />
  37.         <widget class="text" id="weat" text="-" row="5" column="1" />
  38.  
  39.     </widget>
  40.  
  41. </panel>